home *** CD-ROM | disk | FTP | other *** search
/ TalkFree Internet Passport / TalkFree Internet Passport v2.5.iso / readme.txt < prev    next >
Text File  |  1996-07-09  |  8KB  |  191 lines

  1.                             Backstage 1.0
  2.                               April 1996
  3.  
  4. This file contains late-breaking information about Backstage 1.0 for 
  5. Windows. For the most up-to-date information about Backstage 
  6. please visit our Web site at http://www.macromedia.com/.
  7.  
  8. This download version is for evaluation only.  Please read the 
  9. license.txt file which is installed with Backstage.
  10.  
  11.  
  12. Contents
  13. --------
  14. 1. Backstage Installation
  15. 2. A Note on Windows NT Installation
  16. 3. A Note on Windows 3.1 or Windows 3.11 for Workgroups Installation
  17. 4. A Note on Windows 3.1 or Windows 3.11 for Workgroups Uninstall
  18. 5. HTML Validation
  19. 6. HTML Comment Tag 
  20. 7. Image Maps
  21. 8. Configuring Backstage Designer as Default Editor for HTML files
  22. 9. ActiveX Support
  23.  
  24.  
  25. 1. Backstage Installation
  26. -------------------------
  27. To install Backstage, launch SETUP.EXE. The Install Wizard will 
  28. guide you through the installation process.
  29.  
  30.  
  31. 2. A Note on Windows NT Installation
  32. ------------------------------------
  33. Before installing Backstage on Windows NT, you must log on to 
  34. your Windows NT system as the administrator, or as a user with 
  35. the full rights of the administrator. In subsequent Windows NT 
  36. sessions you must continue to log on with administrator rights in 
  37. order to access your Backstage configuration.
  38.  
  39. After the administrator has installed Backstage, users who log on 
  40. as someone other than the administrator must enter the path to the 
  41. document root the first time they use Backstage.
  42.  
  43.  
  44. 3. A Note on Windows 3.1 or Windows 3.11 for Workgroups Installation
  45. --------------------------------------------------------------------
  46. Backstage requires Win32s on Windows 3.1 or 3.11. If you do not 
  47. currently have Win32s installed, the Backstage installer will install it 
  48. for you automatically. The program items in the Backstage program 
  49. group will appear as generic program icons. 
  50. To set the proper the icons for Backstage after installation
  51. - Select Backstage Designer in the Macromedia Backstage program group. 
  52. - Choose Properties from the File Menu.
  53. - Click OK. 
  54. The correct icon should appear. Repeat these steps for the Backstage 
  55. Manager icon.
  56.  
  57.  
  58. 4. A Note on Windows 3.1 or Windows 3.11 for Workgroups Uninstall
  59. -----------------------------------------------------------------
  60. There is a known issue with the Uninstall Wizard on Windows 3.1 or 
  61. 3.11 which causes a pop-up dialog box to state: "cannot find 
  62. CTL3D.DLL". Press Enter or click OK, and the uninstall will 
  63. proceed as it should. 
  64.  
  65.  
  66. 5. HTML Validation
  67. ------------------
  68. Backstage Designer conforms strictly to the Hypertext Markup 
  69. Language 2.0 specification, RFC 1866, published in November 
  70. 1995. All HTML entered manually in HTML Source mode or 
  71. opened into Designer from a pre-existing HTML file will be 
  72. validated by Designer according to this specification. This ensures 
  73. that each file created or edited by Designer will be reliably 
  74. interpreted by all web browsers. 
  75.  
  76. If Designer encounters improperly formatted HTML, a dialog will 
  77. appear listing the errors encountered. After the dialog is dismissed, 
  78. Designer will attempt to fix the errors. 
  79.  
  80. To access the HTML 2.0 specification, point your web browser to 
  81. the URL http://www.w3.org/.
  82.  
  83.  
  84. 6. HTML Comment Tag
  85. -------------------
  86. Using the HTML comment tag, you may enter comments or 
  87. notations in your HTML code that will not appear in DesignerÆs 
  88. WYSIWYG mode or in the end userÆs web browser. To enter a 
  89. comment into your web page, choose HTML Source from the Edit 
  90. menu in Designer. You may manually enter the comment tag and 
  91. comment in HTML Source mode. The syntax for a comment looks 
  92. like this:
  93.  
  94. <!-- Text of comment here -->
  95.  
  96. Additional comments may be entered within a comment tag in this 
  97. way:
  98.  
  99. <!-- First Comment Here -- -- Second Comment Here -->
  100.  
  101. The following is an excerpt from section 3.2.5 of the HTML 2.0 
  102. Specification which further clarifies comment construction. 
  103. Deviations from this format may cause unexpected results within 
  104. Designer. Please take note of and adhere to these guidelines:
  105.  
  106. To include comments in an HTML document, use a comment 
  107. declaration. A comment declaration consists of `<!' followed by zero 
  108. or more comments followed by `>'. Each comment starts with `--' 
  109. and includes all text up to and including the next occurrence of `--'. 
  110. In a comment declaration, white space is allowed after each 
  111. comment, but not before the first comment.  The entire comment 
  112. declaration is ignored.
  113.  
  114.    For example:
  115.  
  116.     <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  117.     <HEAD>
  118.     <TITLE>HTML Comment Example</TITLE>
  119.     <!-- Id: html-sgml.sgm,v 1.5 1995/05/26 connolly Exp  -->
  120.     <!-- another -- -- comment -->
  121.     <!>
  122.     </HEAD>
  123.     <BODY>
  124.     <p> <!- not a comment, just regular old data characters ->
  125.  
  126.  
  127. 7. Image Maps
  128. -------------
  129. - Relative URLs in image maps are not supported by all web 
  130.   servers. To ensure maximum compatibility, the Browse button on 
  131.   the image map editor generates URLs which are relative to the 
  132.   document root (URLs which start with /). If you want to enter a 
  133.   relative URL in an image map, do so manually.
  134.  
  135. - Image map files conform to the NSCA standard.
  136.  
  137. - Coordinates in an image map file do not get adjusted after you 
  138.   scale an image. If you want to scale your image, be sure to create 
  139.   your image map after you have scaled your image.  
  140.  
  141.  
  142. 8. Configuring Backstage Designer as Default Editor for HTML files
  143. ------------------------------------------------------------------
  144. You can configure Backstage Designer to automatically launch 
  145. when you double-click on an HTML file.
  146.  
  147. In Windows 95:
  148. 1. Open any folder. 
  149. 2. Choose Options from the View menu. 
  150. 3. Click the File Types tab, then scroll through the list until you 
  151.    locate the HTM file type. The description of this file type in the 
  152.    list will differ depending on your current configuration. For 
  153.    example, if Netscape Navigator is installed, the description type 
  154.    for HTM or HTML files may be listed as "Netscape Hypertext 
  155.    Document". 
  156. 4. Click on the item in the list, and verify that you see HTM or 
  157.    HTML next to Extension under File type details. If you locate the 
  158.    file type in the list, skip to step 6. If the HTM or HTML file type
  159.    is not in the list, proceed to step 5.
  160. 5. Click New Type. 
  161.    - In Description of type enter: HTML file. 
  162.    - In Associated extension enter: HTM HTML. 
  163.    - Click the New button. Under Action, type Open. 
  164.    - Proceed to step 8.
  165. 6. Click the Edit button. Under Actions, select Open. Click the "Set 
  166.    Default" button. 
  167. 7. Select Open again and click the Edit button. 
  168. 8. Click the Browse button and locate your installed copy of 
  169.    Backstage Designer. Double click Designer.exe. Click OK, then click 
  170.    Close. 
  171.  
  172. In Windows NT,  Windows 3.1, or Windows 3.11:
  173. 1. Launch File Manager.
  174. 2. Under File, select Associate.
  175. 3. Next to "Files with extension" type: HTM
  176. 4. Click Browse
  177. 5. Locate and select designer.exe, then click OK.
  178.  
  179. Steps 6-7 apply to Windows NT only: 
  180. 6. Next to "Files with extension" type: HTML
  181. 7. Repeat steps 3 and 4.
  182. 8. Click OK
  183.  
  184.  
  185. 9. ActiveX Support
  186. -------------------
  187. As we went to press, Microsoft was still in Alpha with the version of 
  188. Internet Explorer that supports ActiveX controls.  Although 
  189. Backstage Designer supports the Object tag specification,  it has 
  190. not been tested with a release or beta version of Internet Explorer.
  191.